How to Install python-pynzb software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install python-pynzb software package in Ubuntu 14.04 LTS (Trusty Tahr)

python-pynzb software package provides unified API for parsing NZB files from NNTP (Usenet) servers, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install python-pynzb 

python-pynzb is installed in your system.

Make ensure the python-pynzb package were installed using the commands given below,

$ sudo dpkg-query -l | grep python-pynzb *

You will get with python-pynzb package name, version, architecture and description in a table

python-pynzb package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package python-pynzb
Version 0.1.0-1
Description unified API for parsing NZB files from NNTP (Usenet) servers
Sub Section Python


See Also, How to uninstall or remove python-pynzb software package from Ubuntu 14.04 LTS (Trusty Tahr)?